projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47ab20c
)
Use it instead of invoking AC_CHECK_FUNCS on
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 11 Dec 2000 11:53:06 +0000
(11:53 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 11 Dec 2000 11:53:06 +0000
(11:53 +0000)
ftello.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 36435c23a639a820878f0cf01bbf8f399bf512ea..26d1d6bb07faeb8830b96fb0f04e3a1eca8e002a 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1939,10
+1939,9
@@
fi
AC_FUNC_GETLOADAVG
-AC_
CHECK_FUNCS(ftello)
+AC_
FUNC_FSEEKO
-# UNIX98 PTYs. AC_SYS_LARGEFILE should have defined _XOPEN_SOURCE
-# if we need it.
+# UNIX98 PTYs.
AC_CHECK_FUNCS(grantpt)
# PTY-related GNU extensions.